-
Notifications
You must be signed in to change notification settings - Fork 8
INTPYTHON-589 Add automated release support for MongoDB-Labs Projects #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| name: all-dist-${{ github.run_id }} | ||
| path: dist/ | ||
| - name: Publish package distributions to PyPI | ||
| if: inputs.dry_run == 'false' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this run into the same dry_run issues we had in PyMongo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those were addressed at the env level, which will be the same here (see the mongo-arrow PR).
Tested with mongo-arrow: https://github.com/mongodb-labs/mongo-arrow/actions/runs/14478418991
Unfortunately we had to copy-paste the scripts from the sibling directory since you can't reference parent directories.
Associated PR: mongodb-labs/mongo-arrow#293